CalendarView for WinForms
CreatePolygonRegion(Point[],PolyFillMode) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス > CreatePolygonRegion メソッド : CreatePolygonRegion(Point[],PolyFillMode) メソッド
A System.Drawing.Point array that defines the vertices of the polygon.
C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode Indicates the poly fill mode is "alternate" or "winding"
Create a polygons region from the point array which defines the vertices of the polygon.
シンタックス
'宣言
 
Public Overloads Shared Function CreatePolygonRegion( _
   ByVal polygonPoints() As System.Drawing.Point, _
   ByVal polyFillMode As PolyFillMode _
) As Region
public static Region CreatePolygonRegion( 
   System.Drawing.Point[] polygonPoints,
   PolyFillMode polyFillMode
)

パラメータ

polygonPoints
A System.Drawing.Point array that defines the vertices of the polygon.
polyFillMode
C1.Framework.Drawing.Gdi.DeviceContexts.PolyFillMode Indicates the poly fill mode is "alternate" or "winding"
解説
This method creates a new Region object with a polygon interior interior. The interior is defined by the polygonPoints parameter.
参照

Region クラス
Region メンバ
オーバーロード一覧